home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 17
/
CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso
/
CUCD
/
Magazine
/
UKOnline-Trial
/
history.txt
< prev
next >
Wrap
Text File
|
1996-12-19
|
3KB
|
75 lines
NetConnect history:
v 1.02:
=======
* added balance objects in atcp prefs: databases/inetd and services
* changed server string gadget to pop asl gadget (atcp prefs: inetd)
* atcp prefs and nc prefs now show a requester when in demo-mode
* removed some bugs that were introduced with structure changes in 1.01
* NetCOM special version (NetCOMplete)
v 1.01:
=======
* changed entrie structure of netconnect preferences file and gave it a new
name: NC.prefs . its size is less than 10% of the original. unfortunately
all data has to be reentered (but this was the last time, really !)
* added more drag&drop functionality:you can even drag&drop workbench icons
into the "icon bar", "button bank", "menu entries" and "programs" lists
and the programs will be added automatically. nice eh ?!
* hopefully fixed all memory holes in ncprefs
* added small icons in ncprefs and AmiTCP Prefs
* if a window in nc is closed, nc won't quit but only close the window
now. you can terminate nc using the menu or by sending a ctrl-c to it.
* added export function to AmiTCP Prefs so the user can export and send us
the data of his provider.
* ncc: icons&text looks nicer now (separated text from button)
v 1.00:
=======
* changed atcp prefs look. rearranged provider page.
* added databases editors
v 0.99:
=======
Changed dialscript / loginscript idea. Now the end user only has to edit
the relevant data. Changes that came along with:
1) changed AmiTCP:bin/startnet to call AmiTCP:db/Dialscript as default script
2) new file: AmiTCP:db/Dialscript which connects to host and then calls
ENV:NetConfig/LoginScript to login at the remote host.
3) new file: ENV:NetConfig/LoginScript which contains the user defineable
login procedure. (see AmiTCP Prefs: Provider/Loginscript)
4) ENV:NetConfig/DialScript is obsolete and should be removed.
5) NetConnect:Data/Misc/#?DialScript#? are obsolete too.
6) The Dialscript files in NetConnect:Data/Providers should be renamed to
"Loginscript" and shortened to look somehow like this:
WaitFor "sername:"
/* "send username" */
SendLn ""
WaitFor "assword:"
/* "send password" */
SendLn ""
WaitFor ">"
SendLn "ppp"
The comments (and their quote-marks) are essential to indicate what
the next line will do. See what happens when it gets loaded in
AmiTCP Prefs ! You MUST use exactly the same sequence of characters
for the comment lines: /* "send username" */ or /* "send password" */
If a line without CR should be sent, use "Send" instead of "SendLn"
If line with a CR should be waited for add "\r" at the end of the
wait string (e.g. "login:\r")
7) Layout for login script changed dramatically. Some think it's usage
is easier now... well :)
8) Structure of provider files in NetConnect:Data/Providers changed.
All files are combined in one now. Have a look at the provider
files to get the idea how they should look.
9) Added import function for provider files. They'll get copied to
correct location automatically.
Michael Neuweiler